Shish you broke this~

This commit is contained in:
green-ponies (jgen) 2012-02-09 15:10:53 -05:00
parent 410c4ff1a0
commit 01306712b7

View File

@ -57,12 +57,12 @@ class NotesTheme extends Themelet {
$parsedNote = str_replace("\r", "\\r", $parsedNote);
$to_json[] = array(
'x1': $note["x1"],
'y1': $note["y1"],
'height': $note["height"],
'width': $note["width"],
'note': $parsedNote,
'note_id': $note["id"],
'x1' => $note["x1"],
'y1' => $note["y1"],
'height' => $note["height"],
'width' => $note["width"],
'note' => $parsedNote,
'note_id' => $note["id"],
);
}