Created
March 14, 2016 22:27
-
-
Save irfan/d70db467ec703aa10e36 to your computer and use it in GitHub Desktop.
Revisions
-
jjanyan revised this gist
Apr 5, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,6 +4,6 @@ window.onerror = function(message, file, line) { prop.message = message; prop.file = file; prop.line = line; mpq.track('js-err',prop); } </script> -
jjanyan revised this gist
Apr 5, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,4 +6,4 @@ window.onerror = function(message, file, line) { prop.line = line; mpq.track('js-err'r,track_properties); } </script> -
jjanyan created this gist
Apr 5, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ <script> window.onerror = function(message, file, line) { var prop = {} prop.message = message; prop.file = file; prop.line = line; mpq.track('js-err'r,track_properties); } </scrip>