Skip to content

Commit 225f70a

Browse files
author
Devendra
committed
replacing search_old with search
1 parent 65c9cb0 commit 225f70a

File tree

6 files changed

+45
-45
lines changed

6 files changed

+45
-45
lines changed

smart-tv/pubnub.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2754,7 +2754,7 @@ function unbind( type, el, fun ) {
27542754
* ====
27552755
* head().appendChild(elm);
27562756
*/
2757-
function head() { return search_old('head')[0] }
2757+
function head() { return search('head')[0] }
27582758

27592759
/**
27602760
* ATTR

smart-tv/pubnub.min.js

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

socket.io/socket.io.min.js

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/pubnub.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2754,7 +2754,7 @@ function unbind( type, el, fun ) {
27542754
* ====
27552755
* head().appendChild(elm);
27562756
*/
2757-
function head() { return search_old('head')[0] }
2757+
function head() { return search('head')[0] }
27582758

27592759
/**
27602760
* ATTR

web/pubnub.min.js

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/unassembled/platform.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ function unbind( type, el, fun ) {
125125
* ====
126126
* head().appendChild(elm);
127127
*/
128-
function head() { return search_old('head')[0] }
128+
function head() { return search('head')[0] }
129129

130130
/**
131131
* ATTR

0 commit comments

Comments
 (0)