Author: ben
Date: 2007-07-28 19:21:20 -0700 (Sat, 28 Jul 2007)
New Revision: 5847
Modified:
openlaszlo/branches/wafflecone/lps/components/extensions/views/richinputtext.lzx
Log:
Change 20070728-ben-7 by [EMAIL PROTECTED] on 2007-07-28 16:03:28 PDT
in /Users/ben/src/svn/openlaszlo/branches/wafflecone
for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone
Summary: Fix typo in richinputtext.lzx
New Features:
Bugs Fixed: none
Technical Reviewer: ptw
QA Reviewer:
Doc Reviewer:
Documentation:
Fix typo in richinputtext.lzx -- the function needs to be named
_forceResetDefaultFormat, not WforceResetDefaultFormat with some weird
characters before the function name definition. This looks suspiciously
like a stray-keystrokes error.
The diff is just this:
- function _. WforceResetDefaultFormat ( ){
+ function _forceResetDefaultFormat ( ){
Release Notes:
Details:
Tests:
Modified:
openlaszlo/branches/wafflecone/lps/components/extensions/views/richinputtext.lzx
===================================================================
---
openlaszlo/branches/wafflecone/lps/components/extensions/views/richinputtext.lzx
2007-07-28 23:05:50 UTC (rev 5846)
+++
openlaszlo/branches/wafflecone/lps/components/extensions/views/richinputtext.lzx
2007-07-29 02:21:20 UTC (rev 5847)
@@ -103,7 +103,7 @@
//
// @keywords private
//-----------------------------------------------------------------------------
- function _. WforceResetDefaultFormat ( ){
+ function _forceResetDefaultFormat ( ){
var flashformat = new TextFormat();
for (var i in this.defaultformat) {
flashformat[i] = this.defaultformat[i];
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins