Javascript, unlike PHP doesn't need double quotes for \n

This just cleans up a few places where single quotes should have been used instead of double quotes.

Change-Id: I6c53652e71ab96842ed5bb41fb1e0b8c923eb25d
This commit is contained in:
Trevor Parscal 2012-08-06 13:48:25 -07:00 committed by Timo Tijhof
parent 255ce870e2
commit 2eb0d4e51f

View file

@ -72,7 +72,7 @@ QUnit.test( 'annotate', 1, function ( assert ) {
'expected': 'expected':
[ [
[ [
"b", 'b',
{ {
"{\"type\":\"textStyle/bold\"}": { "{\"type\":\"textStyle/bold\"}": {
"type": "textStyle/bold" "type": "textStyle/bold"
@ -80,7 +80,7 @@ QUnit.test( 'annotate', 1, function ( assert ) {
} }
], ],
[ [
"o", 'o',
{ {
"{\"type\":\"textStyle/bold\"}": { "{\"type\":\"textStyle/bold\"}": {
"type": "textStyle/bold" "type": "textStyle/bold"
@ -88,7 +88,7 @@ QUnit.test( 'annotate', 1, function ( assert ) {
} }
], ],
[ [
"l", 'l',
{ {
"{\"type\":\"textStyle/bold\"}": { "{\"type\":\"textStyle/bold\"}": {
"type": "textStyle/bold" "type": "textStyle/bold"
@ -96,7 +96,7 @@ QUnit.test( 'annotate', 1, function ( assert ) {
} }
], ],
[ [
"d", 'd',
{ {
"{\"type\":\"textStyle/bold\"}": { "{\"type\":\"textStyle/bold\"}": {
"type": "textStyle/bold" "type": "textStyle/bold"