Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
rlr committed Apr 4, 2013
1 parent b4c3060 commit 40e8206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/dotjs.js
Expand Up @@ -2,7 +2,7 @@
* catch the 'load-scripts' event and inject the resilts into the current scope.
*/
(function() {
self.port.on("load-scripts", function(msg) {
self.port.on('load-scripts', function(msg) {
// bail out if we're in an iframe
if (window.frameElement) return;

Expand Down

0 comments on commit 40e8206

Please sign in to comment.