Code style fix for 6b922d0: substitute double quotes

This commit is contained in:
Barney Carroll 2016-08-31 11:54:21 +01:00
parent 6b922d02ea
commit b8e3dcfbe4

View file

@ -61,7 +61,7 @@ o.spec("ospec", function() {
var output = spy.call(state, {children: children})
o(spy.length).equals(1)
o(spy.name).equals('view')
o(spy.name).equals("view")
o(spy.callCount).equals(1)
o(spy.args.length).equals(1)
o(spy.args[0]).deepEquals({children: children})