Skip to content

Commit 406f024

Browse files
committed
Merge pull request #11 from tbranyen/master
trim
2 parents 9037e3c + de4fa0d commit 406f024

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deck.codemirror.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@
152152
exposeGlobals = exposeGlobals.split(",");
153153

154154
$.each(exposeGlobals, function(prop, val) {
155+
val = $.trim(val);
155156
iframe[0].contentWindow[val] = window[val];
156157
});
157158
}

0 commit comments

Comments
 (0)